* babl/Makefile.am: Use DL flag set by ./configure instead of
hard-coding it in Makefile
svn path=/trunk/; revision=236
+2007-08-30 Øyvind Kolås <pippin@gimp.org>
+
+ Applied patch from Kevin Cozens fixing bug #467652
+
+ * babl/Makefile.am: Use DL flag set by ./configure instead of
+ hard-coding it in Makefile
+
2007-08-02 Kevin Cozens <kcozens@cvs.gnome.org>
* extensions/gggl.c
@LTLIBOBJS@
libbabl_@BABL_API_VERSION@_la_LDFLAGS= \
- ${no_undefined} -ldl $(MATH_LIB) \
+ ${no_undefined} ${DL_LIB} $(MATH_LIB) \
-version-info $(BABL_LIBRARY_VERSION)